|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdatabase.CreateTables
public class CreateTables
Class CreateTables Génére les tables pour l'application championnat_football
| Constructor Summary | |
|---|---|
CreateTables()
|
|
| Method Summary | |
|---|---|
void |
createChampionnatTable()
Création de la table Championnat |
void |
createClientTable()
Création de la table Client Les utilisateurs de l'application |
void |
createEquipeTable()
Création de la table Equipe |
void |
createMatchTable()
Création de la table Match |
void |
dropTable(java.lang.String table)
Supprime une table (fait un drop table SQL) |
void |
insertTestTuples()
Insére un jeu d'essai dans la base |
static void |
main(java.lang.String[] args)
|
void |
truncTable(java.lang.String table)
Vide une table (fait un trunc SQL) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateTables()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public void createChampionnatTable()
public void createEquipeTable()
public void createMatchTable()
public void createClientTable()
public void insertTestTuples()
public void truncTable(java.lang.String table)
String - table à viderpublic void dropTable(java.lang.String table)
String - table à supprimer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||